disableMobileServiceTechnician
disableMobileServiceTechnician
Header Parameters
authorization string required
authorization
application/json
Request Body required
createDeleteAppointmentUserRequest
appointmentUserDeptartmentUuid string
appointmentUserUuid string
dealerDepartmentUuidList string[]
isMobileServiceTechnician boolean
requesterUserUuid string
Responses
- 200
 - 201
 - 401
 - 403
 - 404
 
OK
application/json
Schema
Example (from schema)
Schema
- Array [
 - ]
 
error object
code string
description string
metadata object
property name* string
status boolean
statusCode int32
warnings object[]
code string
description string
{
  "error": {
    "code": "string",
    "description": "string",
    "metadata": {}
  },
  "status": true,
  "statusCode": 0,
  "warnings": [
    {
      "code": "string",
      "description": "string"
    }
  ]
}
Created
Unauthorized
Forbidden
Not Found
Loading...